home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: 500 MB Amiga Software / 500 MB Amiga Software - Euber 130 - Amiga Games Disc & Mag.iso / spiele / publicdomain / legendoflothian / installfonts < prev    next >
Text File  |  1994-10-18  |  272b  |  13 lines

  1. .K ""
  2. echo "This script will install the Legend of Lothian fonts in your FONTS:"
  3. echo "directory."
  4. echo ""
  5.  
  6. ask "Do you wish to continue with the installation? [y/n]"
  7. if WARN
  8.   copy fonts FONTS: all
  9. endif
  10.  
  11. echo "All Done.  Click close gadget to get rid of window."
  12. endcli
  13.